krossbow-websocket-sockjs
5.0.0
js
krossbow-websocket-sockjs
/
[root]
/
SockJS
Sock
JS
js
external
object
SockJS
(
source
)
Types
Functions
Properties
Types
Base
Event
Link copied to clipboard
js
interface
BaseEvent
:
Event
Close
Event
Link copied to clipboard
js
interface
CloseEvent
:
SockJS.BaseEvent
Message
Event
Link copied to clipboard
js
interface
MessageEvent
:
SockJS.BaseEvent
Open
Event
Link copied to clipboard
js
interface
OpenEvent
:
SockJS.BaseEvent
Options
Link copied to clipboard
js
interface
Options
Functions
invoke
Link copied to clipboard
js
operator
fun
invoke
(
url
:
String
,
_reserved
:
Any
?
=
definedExternally
,
options
:
SockJS.Options
=
definedExternally
)
:
WebSocket
Properties
CLOSED
Link copied to clipboard
js
var
CLOSED
:
String
CLOSING
Link copied to clipboard
js
var
CLOSING
:
String
CONNECTING
Link copied to clipboard
js
var
CONNECTING
:
String
OPEN
Link copied to clipboard
js
var
OPEN
:
String
prototype
Link copied to clipboard
js
var
prototype
:
WebSocket